home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / Toshiba pcx2200 / PC22UNIC.INF < prev    next >
Encoding:
Windows Setup INFormation  |  2001-11-09  |  6.8 KB  |  171 lines

  1. ;*****************************************************************************
  2. ;
  3. ; pc22unic.inf   -- Install Toshiba PCX2200 USB Cable Modem WDM drivers
  4. ;
  5. ; Copyright (c) 1997-2001 MCCI
  6. ;
  7. ; $Id: lower.inf,v 1.13 2001/06/20 17:20:06 maryg Exp $
  8. ;
  9. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  10. ;
  11. ;*****************************************************************************
  12.  
  13. [version]
  14. signature="$CHICAGO$"
  15. Class=USB
  16. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  17. Provider=%Provider%
  18. DriverVer=11/09/2001, 3.21.0.2700
  19. CatalogFile=pc22unic.cat
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = *
  23.  
  24. ;-----------------------------------------------------------------------------
  25. ; Specify target paths...
  26. ;-----------------------------------------------------------------------------
  27. [DestinationDirs]
  28. DefaultDestDir                  = 11                    ; LDID_SYS
  29. ToshibaWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  30. ToshibaWdm.NT.CopyFiles        = 12                    ; system32\drivers
  31. PropPages.CopyFiles             = 11                    ; system
  32.  
  33. ;-----------------------------------------------------------------------------
  34. ; Specify the install disks.  A bit unwieldy during development.
  35. ;-----------------------------------------------------------------------------
  36. [SourceDisksNames]
  37. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  38. 1=%DiskString%,"pc22unic.sys",,
  39.  
  40. [SourceDisksFiles]
  41. ; filename = diskid[, [subdir] [, size]]
  42. pc22unic.sys = 1
  43. pc22cr95.sys = 1
  44. pc22crnt.sys = 1
  45. pc22vcr.vxd = 1
  46. pc22wh95.sys = 1
  47. pc22whnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %Toshiba%=Toshiba
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [Toshiba]
  59. %DeviceDescription% = ToshibaWdm.Install, USB\VID_0930&PID_0308
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; How to install them:  On W9x, the [section] name is used directly.
  63. ; On NT, the system first tries [section.NT], then [section].
  64. ;-----------------------------------------------------------------------------
  65.  
  66. ;-----------------------------------------------------------------------------
  67. ; Diagnostics Files CopyFiles List Section
  68. ;-----------------------------------------------------------------------------
  69. [Toshiba.CopyFiles]
  70.  
  71. ;-----------------------------------------------------------------------------
  72. ; XXX when we have a property page DLL, add it to the following section.
  73. ;-----------------------------------------------------------------------------
  74. [PropPages.CopyFiles]
  75.  
  76. ;-----------------------------------------------------------------------------
  77. ;       How to install the WDM driver on W95/W98
  78. ;-----------------------------------------------------------------------------
  79. [ToshibaWdm.Install]
  80. DriverVer=11/09/2001, 3.21.0.2700
  81. CopyFiles       = ToshibaWdm.W95.CopyFiles, Toshiba.CopyFiles, PropPages.CopyFiles
  82. AddReg          = ToshibaWdm.AddReg, ToshibaWdm.W95.AddReg
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ;       How to install the WDM driver on NT
  86. ;-----------------------------------------------------------------------------
  87. [ToshibaWdm.Install.NT]
  88. DriverVer=11/09/2001, 3.21.0.2700
  89. CopyFiles       = ToshibaWdm.NT.CopyFiles
  90. AddReg          = ToshibaWdm.AddReg, ToshibaWdm.NT.AddReg
  91.  
  92. ;-----------------------------------------------------------------------------
  93. ;       How to start the WDM driver on NT
  94. ;-----------------------------------------------------------------------------
  95. [ToshibaWdm.Install.NT.Services]
  96. AddService      = pc22unic, 2, ToshibaWdm.AddService
  97.  
  98. [ToshibaWdm.AddService]
  99. DisplayName             = %ServiceDescription%
  100. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  101. StartType               = 3     ; SERVICE_DEMAND_START
  102. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  103. ServiceBinary           = %12%\pc22unic.sys
  104. LoadOrderGroup          = Base
  105.  
  106. ;-----------------------------------------------------------------------------
  107. ;       WDM registry entries (all platforms)
  108. ;-----------------------------------------------------------------------------
  109. [ToshibaWdm.AddReg]
  110. HKR,,CRUpperDescription,,%UpperDescription%
  111. HKR,,CREnum,,pc22cr
  112. HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
  113. HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
  114. HKR,,DevicePhysicalMedium, 0x10001, 02,00,00,00
  115. HKR,,DataAltSetting,1,  01,00,00,00
  116.  
  117. ;-----------------------------------------------------------------------------
  118. ;       WDM registry entries (W95/98) (including how to start the driver)
  119. ;-----------------------------------------------------------------------------
  120. [ToshibaWdm.W95.AddReg]
  121. HKR,,DevLoader,,*ntkern
  122. HKR,,NTMPDriver,,pc22unic.sys
  123.  
  124. ;-----------------------------------------------------------------------------
  125. ;       WDM registry entries (NT only)
  126. ;-----------------------------------------------------------------------------
  127. [ToshibaWdm.NT.AddReg]
  128.  
  129. ;-----------------------------------------------------------------------------
  130. ;       The WDM copy list for Win95 -- different because things go in
  131. ;       different places.  Also, we probably need to rename drivers 
  132. ;       during the install.
  133. ;-----------------------------------------------------------------------------
  134. [ToshibaWdm.W95.CopyFiles]
  135. pc22unic.sys
  136. pc22cr.sys,pc22cr95.sys
  137. pc22vcr.vxd
  138. pc22wh.sys,pc22wh95.sys
  139.  
  140. ;-----------------------------------------------------------------------------
  141. ;       The WDM copy list for NT -- different because things go in
  142. ;       different places.
  143. ;-----------------------------------------------------------------------------
  144. [ToshibaWdm.NT.CopyFiles]
  145. pc22unic.sys
  146. pc22wh.sys,pc22whnt.sys
  147. pc22cr.sys,pc22crnt.sys
  148.  
  149. ;****************************************************************************
  150. ; Localizable Strings
  151. ;****************************************************************************
  152. [strings]
  153.  
  154. ;BEGIN ENG - US English Strings
  155. Provider = "Toshiba Corporation"
  156. Toshiba = "Toshiba Corporation"
  157. DiskString = "Toshiba PCX2200 USB Cable Modem installation disk"
  158.  
  159. DeviceDescription = "Toshiba PCX2200 USB Cable Modem (WDM)"
  160. ServiceDescription = "Toshiba PCX2200 USB Cable Modem WDM driver"
  161.  
  162. UpperDescription = "Toshiba PCX2200 USB Cable Modem networking support"
  163.  
  164. ;END ENG - US English Strings
  165.  
  166. ;-----------------------------------------------------------------------------
  167. ; Following are symbolic constants which don't change per locale.
  168. ;-----------------------------------------------------------------------------
  169.  
  170. ;*** end of file ***
  171.